home *** CD-ROM | disk | FTP | other *** search
/ Medabots Cardz / Medabots CD Cardz Metabee.bin / pc / assets / metabee.dxr / 00015_Script_15 < prev    next >
Text File  |  2001-12-07  |  336b  |  20 lines

  1.  
  2.  
  3. global area
  4.  
  5. on beginsframe me
  6.     if area = 1 then 
  7.       go to frame "construct"
  8.     else if area = 2 then 
  9.       go to frame "robattle"
  10.     else if area = 3 then 
  11.       go to frame "fighter"
  12.     else if area = 4 then 
  13.       go to frame "fun"
  14.     else if area = 5 then 
  15.       go to frame "video"
  16.     end if
  17. end
  18.  
  19.  
  20.